npm 相关命令 查看npm版本 npm -v 升级npm sudo npm install npm -g 创建package.json npm init 安装package npm install xx ...